home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / brag122.zip / BRAGTAG.DOC < prev    next >
Text File  |  1991-10-07  |  6KB  |  301 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.                                 BragTag v1.22
  16.  
  17.                  Copyright (c) 1991 ABS Software Development
  18.                              ALL RIGHTS RESERVED
  19.  
  20.                 Created with OPCFI Compressed Files Interface
  21.                    Copyright (c) 1991 Robert W.van Hoeven
  22.  
  23.                      Designed & Written by Jack Ridgway
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.                                   Page 1
  59.  
  60.    BragTag v1.22 (c) 1991 ABS Software Development - ALL RIGHTS RESERVED
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.    DISCLAIMER
  68.  
  69.      Users of BragTag must accept this disclaimer of warranty:
  70.      "BragTag is supplied as is.  The author disclaims all
  71.      warranties, expressed or implied, including, without limitation,
  72.      the warranties of merchantability and of fitness for any purpose.
  73.      The author assumes no liability for damages, direct or conse-
  74.      quential, which may result from the use of BragTag."
  75.  
  76.  
  77.    FREEWARE AGREEMENT
  78.  
  79.      BragTag is a "freeware program" and is provided at no charge
  80.      to the user.  Feel free to share it with your friends, but please
  81.      do not give it away altered or as part of another system.
  82.  
  83.      BragTag may NOT be used in a commercial environment without
  84.      prior arrangement with ABS Software Development.  A BBS operated
  85.      for profit IS a commercial environment; however, a subscription
  86.      system not operated for profit is not considered a commercial
  87.      environment in relation to this agreement.
  88.  
  89.      Anyone distributing BragTag for any kind of remuneration must
  90.      first contact ABS Software Development at the address below for
  91.      authorization.  This authorization will be automatically granted
  92.      to distributors recognized by the (ASP) as adhering to its
  93.      guidelines for shareware distributors, and such distributors may
  94.      begin offering BragTag immediately (However ABS Software
  95.      Development must still be advised so that the distributor can be
  96.      kept up-to-date with the latest version of BragTag.).
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.                                   Page 2
  119.  
  120.    BragTag v1.22 (c) 1991 ABS Software Development - ALL RIGHTS RESERVED
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.    WHAT DOES BragTag DO?
  128.  
  129.      BragTag will add an ascii comment file to .ZIP & .ARJ archives
  130.  
  131.      BragTag verifies that a file is a valid archive, it does not
  132.      rely on the extension.  It uses EXEC calls to PKZIP.EXE &
  133.      ARJ.EXE to add the comment.
  134.  
  135.  
  136.    CONFIGURATION
  137.  
  138.      BragTag should run on any system running MS-DOS 3.3 or higher
  139.      with at least 384K free RAM.  It uses direct screen writes.
  140.      BragTag is DESQview aware, and will write to the virtual buffer
  141.      when running under DV to avoid 'bleed through'.
  142.  
  143.  
  144.    HOW TO RUN BragTag
  145.  
  146.      BRAGTAG [options]
  147.  
  148.      Run BRAGTAG with no options to pop up a help screen.
  149.  
  150.  
  151.      BragTag currently supports the following options:
  152.  
  153.      (case is not important, either '-' or '/' may be used as a switch)
  154.  
  155.      /C [comment filename] - REQUIRED
  156.      /N [archive filename(s)]
  157.      /A - Check ALL Files (Finds Mis-Named Archives)
  158.      /S - Check for Self-Extracting Archives
  159.  
  160.      The comment filename is the full path and filename containing
  161.      your comment to be added to the archives
  162.  
  163.      The archive filename(s) are optional.  *.* is used if the /N switch
  164.      is not present.  The current directory is always used, specifying
  165.      a path as part of the archive filename(s) will not have any effect.
  166.      Wildcards are fully supported.
  167.  
  168.      /A checks all files, whether they have the .ZIP or .ARJ extension or
  169.      not, to see if they are a valid archive.
  170.  
  171.      /S checks for and comments Self-Extracting Archives ending in .EXE, or
  172.      ending with any extension if the /A switch was used.
  173.  
  174.  
  175.  
  176.  
  177.  
  178.                                   Page 3
  179.  
  180.    BragTag v1.22 (c) 1991 ABS Software Development - ALL RIGHTS RESERVED
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.      Sample Command Line:
  188.  
  189.      BRAGTAG /c c:\archive\comment.asc /n ca*.arj
  190.  
  191.      This will add the comment - c:\archive\comment.asc - to all files in
  192.      the current directory that match ca*.arj.
  193.  
  194.  
  195.    ERRORLEVELS
  196.  
  197.      BragTag Exits with the following Errorlevels:
  198.  
  199.      Errorlevel     Meaning
  200.      --------------------------------------------------------------------
  201.          0          BragTag ran successfully
  202.          1          Invalid Command Line
  203.          2          ARJ.EXE or PKZIP.EXE not found
  204.          3          Comment File not found
  205.          4          Specified archive not found - /N switch
  206.  
  207.  
  208.    REGISTRATION
  209.  
  210.      BragTag is distributed as FreeWare.  This is a contribution to
  211.      the BBS community, which I have certainly taken a lot from.
  212.      Please read the DISCLAIMER & FREEWARE AGREEMENT earlier in the
  213.      documentation for more information.
  214.  
  215.  
  216.    SUPPORT - BUG REPORTS
  217.  
  218.      ABS Software Development
  219.      P.O. Box 55647
  220.      Jackson, MS 39296-5647
  221.  
  222.      The Big Bang Theory BBS
  223.      SysOp: Jack Ridgway
  224.      601-366-1664
  225.      USR Dual Standard
  226.      1:361/104@fidonet
  227.      250:302/532@sl_net
  228.  
  229.      For a list of Support & BETA Sites, see the BETAS.ABS file
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.                                   Page 4
  239.  
  240.    BragTag v1.22 (c) 1991 ABS Software Development - ALL RIGHTS RESERVED
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.    WHAT'S NEW
  248.  
  249.      1.22  First FreeWare Release, Optimized Code
  250.      1.20  Complete Rewrite with Turbo Power Units
  251.      1.11  Added SFX & ALL Checking
  252.      1.10  Complete Rewrite Using the OPCFI Unit
  253.      1.00  First Version, Never Released
  254.  
  255.  
  256.    ACKNOWLEDGMENTS
  257.  
  258.      * Turbo Pascal is a registered trademark of Borland International
  259.      * MS-DOS is a registered trademark of Microsoft Corporation
  260.      * Turbo Professional is a registered trademark of Sunny Hill Software,
  261.        used under license to TurboPower Software.
  262.      * DESQview is a registered trademark of Quarterdeck Office Systems
  263.      * PKZIP is a registered trademark of PKWARE, Inc.
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.                                   Page 5
  299.  
  300.    BragTag v1.22 (c) 1991 ABS Software Development - ALL RIGHTS RESERVED
  301.